home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 090 / minihost.arc / MHJUMP.BAT next >
DOS Batch File  |  1986-08-02  |  389b  |  27 lines

  1. echo off
  2. if x%1 == x1 goto port1
  3. if x%1 == x2 goto port2
  4. goto error
  5. :port1
  6. path %3
  7. watchdg1 on > nul
  8. ctty com1
  9. goto doslevel
  10. :port2
  11. path %2
  12. watchdg2 on > nul
  13. ctty com2
  14. :doslevel
  15. path %2
  16. command
  17. ctty con
  18. path %3
  19. if x%1 == x1 watchdg1 off > nul
  20. if x%1 == x2 watchdg2 off > nul
  21. goto exit;
  22. :error
  23. echo 
  24. echo * MHJUMP.BAT must be called by MINIHOST *
  25. echo 
  26. :exit
  27.